home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d7
/
hp100b1.arc
/
TESTEXTL.SLT
< prev
next >
Wrap
Text File
|
1991-02-28
|
512b
|
16 lines
// Sample extension script for local mode (TESTEXTL.SLT)
// Copyright (C) CompuProducts Ent. 1990
// Author: Jason H. Tepperman
//
// Notice the lack of carrier checking. Since this is a local script we
// do not need it, but in a remote mode script we would. This is the main
// reason we have the sans 'L' and the 'L' versions of the two scripts.
// As per spec, this is the 'L' version.
main(){
prints("^M^JThis is the local version of the sample extension script ...^M^J");
}